@charset "utf-8";

/*-----------------------------css reset-----------------------------*/
body{font-size:14px;font-family:PingFangSC-Regular, Verdana, Arial, 微软雅黑, 宋体;line-height: 1.42857143;color: #333;background-color: #f2f2f2;}
a{color: #333;}
a:hover,a:focus{color: red;}
.clearfix::after{
    content:'';
    display: block;
    clear: both;
}
.bds_qzone,.bds_sqq{display:none !important;}
.by{
    margin-top:5px;
    width: 100%;
    /* height: 350px; */
    float:left;
}
.by div{
    float:left;
    width: 68px;
    font-size:14px;
    font-weight:bold;
}
.by .byleft{
    color:red;
    background: url(../images/public/byleft.jpg) no-repeat;
    position: fixed;
    left: 11%;
    padding: 26px 3px;
    top: 20%;
    background-size: 100% 143%;
    height: 432px;
}
.by .byleft p{
    float: left;
    width: 30%;
    height: 100%;
}
.by .byleft p:first-child{
    margin-right: 16px;
    margin-top: 70%;
}
.by .byright p:first-child{
    margin-right: 16px;
    margin-top: 70%;
}
.by .byright p{
    float: left;
    width: 30%;
}
.by .byright{
    color:#fff;
    background: url(../images/public/byright.jpg) no-repeat;
    position: fixed;
    right: 11%;
    padding: 26px 3px;
    top: 20%;
    background-size: 100% 143%;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
/* *{transition:background .5s;-webkit-transition:background .5s;} */
a {text-decoration: none;cursor: pointer;}
img,table{max-width: 100% !important;}
img,input{vertical-align: middle;}
li {list-style: none;}
hr{border: none;}
.fl{float:left;}
.fr{float:right;}
.hidd{overflow:hidden;}
.margno{margin: 0 !important;}
.paddno{padding: 0 !important;}
.disno{display: none;}
/*css3*/
.bodrad{border-radius: 6px;}
.boxsha{box-shadow: 0 2px 7px #cccccc;}
.container {
    width: 1200px;
    margin: 0 auto;
}
body {
    background: #f2f2f2;
/*国庆70周年
	background: url(../images/index/gq70.png) no-repeat center top #f2f2f2;
	background-size: 100% auto;
国庆70周年*/
}
/* 固定定位 */
.fixed {
    position: fixed;
    right: -112px;
    top: 35%;
    font-size: 12px;
    width: 224px;
}
.fixed > li {
    width: 112px;
    height: 58px;
    line-height: 58px;
    padding-left: 15px;
    margin-top: 10px;
    margin-left: 64px;
    background: #7fa3c2;
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
    transition: all linear .3s;
}
.fixed > li a {
    color: #fff;
}
.fixed > li span {
    width: 24px;
    height: 24px;
    display: inline-block;
    zoom: 1;
    _display: inline;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../images/public/sprite.png) no-repeat;
}
.fixed > .znwd span {
    background-position: 0 -121px;
}
.fixed > .yhzx span {
    background-position: 4px -162px;
}
.fixed > .xxzx span {
    background-position: 2px -198px;
}
.fixed > .wb span {
    background-position: 0 -236px;
}
.fixed > .wx span {
    background-position: 0 -273px;
}
/* 动画 */
@keyframes myfirst
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(15deg);}
    100% {transform: rotate(0deg);}
}
@-moz-keyframes myfirst /* Firefox */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
@-o-keyframes myfirst /* Opera */
{
    0%   {transform: rotate(15deg);}
    20%  {transform: rotate(-15deg);}
    40%  {transform: rotate(15deg);}
    60% {transform: rotate(-15deg);}
    80% {transform: rotate(5deg);}
    100% {transform: rotate(0deg);}
}
@keyframes overturn
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@-moz-keyframes overturn /* Firefox */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@-webkit-keyframes overturn /* Safari 和 Chrome */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@-o-keyframes overturn /* Opera */
{
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(360deg);}
    100% {transform: rotateY(0deg);}
}
@keyframes magnify
{
    0%{transform: scale(1);}
    25%{transform: scale(1.3);}
    50%{transform: scale(1);}
    75%{transform: scale(1.3);}
}
@-moz-keyframes magnify /* Firefox */
{
    0%{transform: scale(1);}
    25%{transform: scale(1.3);}
    50%{transform: scale(1);}
    75%{transform: scale(1.3);}
}
@-webkit-keyframes magnify
{
    0%{transform: scale(1);}
    25%{transform: scale(1.3);}
    50%{transform: scale(1);}
    75%{transform: scale(1.3);}
}
@-o-keyframes magnify 
{
    0%{transform: scale(1);}
    25%{transform: scale(1.3);}
    50%{transform: scale(1);}
    75%{transform: scale(1.3);}
}
@media screen and (max-width: 768px) {
    .container {
        padding: 0 10px;
        width: 100%;
    }
    .fixed {
        display: none;
    }
}






































































